LocalModuleConfigOrBuilder

interface LocalModuleConfigOrBuilder : MessageOrBuilder

Inheritors

Properties

Functions

Link copied to clipboard

The part of the config that is specific to the Ambient Lighting module
.meshtastic.ModuleConfig.AmbientLightingConfig ambient_lighting = 12;
Link copied to clipboard

The part of the config that is specific to the Ambient Lighting module
.meshtastic.ModuleConfig.AmbientLightingConfig ambient_lighting = 12;
Link copied to clipboard

The part of the config that is specific to the Audio module
.meshtastic.ModuleConfig.AudioConfig audio = 9;
Link copied to clipboard

The part of the config that is specific to the Audio module
.meshtastic.ModuleConfig.AudioConfig audio = 9;
Link copied to clipboard

The part of the config that is specific to the Canned Message module
.meshtastic.ModuleConfig.CannedMessageConfig canned_message = 7;
Link copied to clipboard

The part of the config that is specific to the Canned Message module
.meshtastic.ModuleConfig.CannedMessageConfig canned_message = 7;
Link copied to clipboard

The part of the config that is specific to the Detection Sensor module
.meshtastic.ModuleConfig.DetectionSensorConfig detection_sensor = 13;
Link copied to clipboard

The part of the config that is specific to the Detection Sensor module
.meshtastic.ModuleConfig.DetectionSensorConfig detection_sensor = 13;
Link copied to clipboard

The part of the config that is specific to the ExternalNotification module
.meshtastic.ModuleConfig.ExternalNotificationConfig external_notification = 3;
Link copied to clipboard

The part of the config that is specific to the ExternalNotification module
.meshtastic.ModuleConfig.ExternalNotificationConfig external_notification = 3;
Link copied to clipboard

The part of the config that is specific to the MQTT module
.meshtastic.ModuleConfig.MQTTConfig mqtt = 1;
Link copied to clipboard

The part of the config that is specific to the MQTT module
.meshtastic.ModuleConfig.MQTTConfig mqtt = 1;
Link copied to clipboard

The part of the config that is specific to the Neighbor Info module
.meshtastic.ModuleConfig.NeighborInfoConfig neighbor_info = 11;
Link copied to clipboard

The part of the config that is specific to the Neighbor Info module
.meshtastic.ModuleConfig.NeighborInfoConfig neighbor_info = 11;
Link copied to clipboard

Paxcounter Config
.meshtastic.ModuleConfig.PaxcounterConfig paxcounter = 14;
Link copied to clipboard

Paxcounter Config
.meshtastic.ModuleConfig.PaxcounterConfig paxcounter = 14;
Link copied to clipboard

The part of the config that is specific to the RangeTest module
.meshtastic.ModuleConfig.RangeTestConfig range_test = 5;
Link copied to clipboard

The part of the config that is specific to the RangeTest module
.meshtastic.ModuleConfig.RangeTestConfig range_test = 5;
Link copied to clipboard

The part of the config that is specific to the Remote Hardware module
.meshtastic.ModuleConfig.RemoteHardwareConfig remote_hardware = 10;
Link copied to clipboard

The part of the config that is specific to the Remote Hardware module
.meshtastic.ModuleConfig.RemoteHardwareConfig remote_hardware = 10;
Link copied to clipboard

The part of the config that is specific to the Serial module
.meshtastic.ModuleConfig.SerialConfig serial = 2;
Link copied to clipboard

The part of the config that is specific to the Serial module
.meshtastic.ModuleConfig.SerialConfig serial = 2;
Link copied to clipboard

The part of the config that is specific to the Store & Forward module
.meshtastic.ModuleConfig.StoreForwardConfig store_forward = 4;
Link copied to clipboard

The part of the config that is specific to the Store & Forward module
.meshtastic.ModuleConfig.StoreForwardConfig store_forward = 4;
Link copied to clipboard

The part of the config that is specific to the Telemetry module
.meshtastic.ModuleConfig.TelemetryConfig telemetry = 6;
Link copied to clipboard

The part of the config that is specific to the Telemetry module
.meshtastic.ModuleConfig.TelemetryConfig telemetry = 6;
Link copied to clipboard
abstract fun getVersion(): Int

A version integer used to invalidate old save files when we make
incompatible changes This integer is set at build time and is private to
NodeDB.cpp in the device code.
uint32 version = 8;
Link copied to clipboard
abstract fun hasAmbientLighting(): Boolean

The part of the config that is specific to the Ambient Lighting module
.meshtastic.ModuleConfig.AmbientLightingConfig ambient_lighting = 12;
Link copied to clipboard
abstract fun hasAudio(): Boolean

The part of the config that is specific to the Audio module
.meshtastic.ModuleConfig.AudioConfig audio = 9;
Link copied to clipboard
abstract fun hasCannedMessage(): Boolean

The part of the config that is specific to the Canned Message module
.meshtastic.ModuleConfig.CannedMessageConfig canned_message = 7;
Link copied to clipboard
abstract fun hasDetectionSensor(): Boolean

The part of the config that is specific to the Detection Sensor module
.meshtastic.ModuleConfig.DetectionSensorConfig detection_sensor = 13;
Link copied to clipboard

The part of the config that is specific to the ExternalNotification module
.meshtastic.ModuleConfig.ExternalNotificationConfig external_notification = 3;
Link copied to clipboard
abstract fun hasMqtt(): Boolean

The part of the config that is specific to the MQTT module
.meshtastic.ModuleConfig.MQTTConfig mqtt = 1;
Link copied to clipboard
abstract fun hasNeighborInfo(): Boolean

The part of the config that is specific to the Neighbor Info module
.meshtastic.ModuleConfig.NeighborInfoConfig neighbor_info = 11;
Link copied to clipboard
abstract fun hasPaxcounter(): Boolean

Paxcounter Config
.meshtastic.ModuleConfig.PaxcounterConfig paxcounter = 14;
Link copied to clipboard
abstract fun hasRangeTest(): Boolean

The part of the config that is specific to the RangeTest module
.meshtastic.ModuleConfig.RangeTestConfig range_test = 5;
Link copied to clipboard
abstract fun hasRemoteHardware(): Boolean

The part of the config that is specific to the Remote Hardware module
.meshtastic.ModuleConfig.RemoteHardwareConfig remote_hardware = 10;
Link copied to clipboard
abstract fun hasSerial(): Boolean

The part of the config that is specific to the Serial module
.meshtastic.ModuleConfig.SerialConfig serial = 2;
Link copied to clipboard
abstract fun hasStoreForward(): Boolean

The part of the config that is specific to the Store & Forward module
.meshtastic.ModuleConfig.StoreForwardConfig store_forward = 4;
Link copied to clipboard
abstract fun hasTelemetry(): Boolean

The part of the config that is specific to the Telemetry module
.meshtastic.ModuleConfig.TelemetryConfig telemetry = 6;